crypto/tls.halfConn.version (field)

12 uses

	crypto/tls (current package)
		conn.go#L171: 	version uint16 // protocol version
		conn.go#L206: 	hc.version = version
		conn.go#L214: 	if hc.nextCipher == nil || hc.version == VersionTLS13 {
		conn.go#L267: 		if hc.version >= VersionTLS11 {
		conn.go#L345: 	if hc.version == VersionTLS13 && typ == recordTypeChangeCipherSpec {
		conn.go#L369: 			if hc.version == VersionTLS13 {
		conn.go#L407: 		if hc.version == VersionTLS13 {
		conn.go#L517: 		if hc.version == VersionTLS13 {
		handshake_client.go#L431: 	c.in.version = vers
		handshake_client.go#L432: 	c.out.version = vers
		handshake_server.go#L168: 	c.in.version = c.vers
		handshake_server.go#L169: 	c.out.version = c.vers